Struct isotope::ctx::eq::Untyped[][src]

pub struct Untyped;
Expand description

Untyped value comparison

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Check two terms are equivalent within this structure

Check whether this term is equivalent to a type in this context

Get a term’s universe in this context

Check two terms are equivalent, potentially optimizing the underlying data structure Consing is optional Read more

Check whether this term is equivalent to a type in this context, potentially optimizing the underlying data structure

Get a term’s root form in this context, potentially optimizing the underlying data structure

Get this term as a dynamic typing context

Check whether it is possible for two terms to be equal by code/address alone

Whether to compare general annotations

Whether to compare parameter annotations

Whether to compare variable annotations

Get the untyped equality mask for this context

Get the untyped equality mask for this context

Whether comparison is structural

Check two terms are equivalent, potentially optimizing the underlying data structure If this data structure conses, then this will shallow-cons both terms Read more

Check two terms are equivalent, potentially optimizing the underlying data structure If this data structure conses, then this will deep-cons both terms Read more

Check whether this term is equivalent to a type in this context, potentially optimizing the underlying data structure If this data structure conses, then this will shallow-cons both terms Read more

Check whether this term is equivalent to a type in this context, potentially optimizing the underlying data structure If this data structure conses, then this will deep-cons both terms Read more

Get a term’s universe in this context, potentially optimizing the underlying data structure If this data structure conses, then this will shallow-cons both terms Read more

Get a term’s root form in this context, potentially optimizing the underlying data structure If this data structure conses, then this will deep-cons both terms Read more

Quickly approximate equality between two terms: return None if unknown

Cache two equal terms. Read more

Cache two equal shallow-consed terms. Read more

Annotate a term in this context

Print a variable index, given an annotation

Whether to merge applications

Whether to print the parameter type of lambda functions

Try to convert a term to an AST in this context

Cache the result of converting a term to an AST in this context

Get the parameter name for a given result

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Borrow an optional value of type T

Hash this using a given hasher

Compare self to key and return true if they are equal.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.